Dart.Mail Namespace : PartCollection<T> Class |
Public Class PartCollection(Of T As Resource) Inherits System.Collections.Generic.List(Of T)
Dim instance As PartCollection(Of T)
public class PartCollection<T> : System.Collections.Generic.List<T> where T: Resource
public __gc class PartCollection<T> : public System.Collections.Generic.List<T> where T: Resource
generic<typename T> public ref class PartCollection : public System.Collections.Generic.List<T> where T: Resource
System.Object
System.Collections.Generic.List<T>
Dart.Mail.PartCollection<T>